home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / doom / tfdoom50.zip / TFDOOM.BAT < prev    next >
DOS Batch File  |  1997-04-22  |  589b  |  22 lines

  1. @echo.
  2. @echo. Installation
  3. @echo.
  4. @if not exist DOOM.WAD goto miss
  5. @echo @echo. Restoration > restore.bat
  6. @rem Install Sprites or Flats in WAD
  7. @echo deusf -res tfdoom50.wad >> restore.bat
  8. @deusf -sprites -app tfdoom50.wad
  9. @if not ERRORLEVEL 0 goto fail 
  10. @echo Installation succeeded.
  11. @echo type doom -file tfdoom50.wad to play the modified game.
  12. @echo type RESTORE to uninstall.
  13. @goto end
  14. :fail
  15. @echo. Installation failed.
  16. @goto end
  17. :miss
  18. @echo. Installation impossible: Games files are missing.
  19. @echo. Please Install in game directory.
  20. @goto end
  21. :end
  22.